home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / lang / fpc09905c.lha / fpc / units / makefile.cpu < prev    next >
Makefile  |  1998-09-21  |  139b  |  8 lines

  1. #
  2. # Here we set processor dependent include file names.
  3. #
  4.  
  5. CPUNAMES=m68k heap lowmath math set 
  6. CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
  7.  
  8.